Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Bump the python-dependencies group across 1 directory with 16 updates#2211

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/main/python-dependencies-605a920979
Closed

Bump the python-dependencies group across 1 directory with 16 updates#2211
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/main/python-dependencies-605a920979

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 13, 2025
edited
Loading

Bumps the python-dependencies group with 16 updates in the / directory:

PackageFromTo
pydantic[email]2.9.22.10.5
pydantic-settings2.6.12.7.1
mongomock4.2.0.post14.3.0
fastapi0.115.40.115.6
starlette0.41.20.45.2
aiida-core2.6.22.6.3
httpx0.27.20.28.1
click8.1.78.1.8
ase3.23.03.24.0
mkdocs-autorefs1.2.01.3.0
mkdocs-awesome-pages-plugin2.9.32.10.1
mkdocs-material9.5.439.5.49
mkdocstrings[python]0.26.20.27.0
jarvis-tools2024.10.102024.10.30
pymatgen2024.10.272025.1.9
uvicorn0.32.00.34.0

Updatespydantic[email] from 2.9.2 to 2.10.5

Release notes

Sourced frompydantic[email]'s releases.

v2.10.5 2024-12-18

v2.10.5 (2025-01-08)

What's Changed

v2.10.4 2024-12-18

What's Changed

Packaging

Fixes

New Contributors

Full Changelog:pydantic/pydantic@v2.10.3...v2.10.4

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields whendefer_build is set on Pydantic dataclasses by@​Viicos in#10984
  • Do not resolve the JSON Schema reference fordict core schema keys by@​Viicos in#10989
  • Use the globals of the function when evaluating the return type forPlainSerializer andWrapSerializer functions by@​Viicos in#11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by@​sydney-runkle in#11027
  • Add adefault_factory_takes_validated_data property toFieldInfo by@​Viicos in#11034
  • Fix url json schema inserialization mode by@​sydney-runkle in#11035

Full Changelog:pydantic/pydantic@v2.10.2...v2.10.3

v2.10.2 2024-11-26

What's Changed

Fixes

  • Only evaluateFieldInfo annotations if required during schema building by@​Viicos in#10769

... (truncated)

Changelog

Sourced frompydantic[email]'s changelog.

v2.10.5 (2025-01-08)

GitHub release

What's Changed

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

GitHub release

What's Changed

Fixes

  • Set fields whendefer_build is set on Pydantic dataclasses by@​Viicos in#10984
  • Do not resolve the JSON Schema reference fordict core schema keys by@​Viicos in#10989
  • Use the globals of the function when evaluating the return type forPlainSerializer andWrapSerializer functions by@​Viicos in#11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by@​sydney-runkle in#11027
  • Add adefault_factory_takes_validated_data property toFieldInfo by@​Viicos in#11034
  • Fix url json schema inserialization mode by@​sydney-runkle in#11035

... (truncated)

Commits

Updatespydantic-settings from 2.6.1 to 2.7.1

Release notes

Sourced frompydantic-settings's releases.

v2.7.1

What's Changed

Full Changelog:pydantic/pydantic-settings@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

Full Changelog:pydantic/pydantic-settings@v2.6.1...v2.7.0

Commits
  • c989335 Prepare release 2.7.1 (#511)
  • 66ecc3a Move preferred alias resolution to private method (#507)
  • 95fae54 Prepare release 2.7.0 (#499)
  • b8968a7 Fix attribute error on Python 3.9 with typing.Sequence (#497)
  • 3667aed Improve field value parsing by addingNoDecode andForceDecode annotation...
  • 2f498fe Change reference of default values validation in documentation (#496)
  • 7bcb6ed Add support for CLI kebab case flag. (#489)
  • 0b3e73d Relax default protected_namespaces (#483)
  • 3f831e9 Removing return type from the function in test (#491)
  • a903697 Strip annotated when getting submodels during CLI parsing. (#490)
  • Additional commits viewable incompare view

Updatesmongomock from 4.2.0.post1 to 4.3.0

Release notes

Sourced frommongomock's releases.

4.3.0

What's Changed

New Contributors

Full Changelog:mongomock/mongomock@4.2.0...4.3.0

Changelog

Sourced frommongomock's changelog.

4.3.0 - 2024-11-16

Added

Changed

  • Remove legacy syntax constructs usingpyupgrade --py38-plus

Fixed

  • The Mongo Python driver did refactor thegridfs implementation, so that the patched code had tobe adapted.

4.2.0 - 2024-09-11

Changed

  • Switch tohatch as build system.
  • Switch toPEP 621 compliant project setup.
  • Updated the license toISC.

Removed

  • Thesetuptools specific files e.g.setup.cfg andsetup.py havebeen removed in the scope of the switch tohatch.
  • Remove support for deprecated Python versions (everything prior to 3.8)
Commits
  • 308b627 chore: Add changelog for PR#828
  • 2a8d9a7 Merge pull request#906 from maximkir-fl/support_agg_pipeline_in_updates
  • 1c726e5 feat: Adding support for aggregation pipelines in updates
  • b233622 Merge pull request#905 from mongomock/fix/gridfs-patching
  • f5472ac chore: Comply to ugly import ordering rules
  • cc96352 chore: Fix patch location for legacy library
  • 421dae1 chore: Fix patch location for legacy library
  • abc14b2 fix(gridfs): Adapt code to refactored Mongo driver GridFS implementation
  • d821f32 Merge pull request#899 from mongomock/feature/remove-legacy-syntax-usage
  • 354bcf4 chore: The import usage depends on the presence of pymongo
  • Additional commits viewable incompare view

Updatesfastapi from 0.115.4 to 0.115.6

Release notes

Sourced fromfastapi's releases.

0.115.6

Fixes

  • 🐛 Preserve traceback when an exception is raised in sync dependency withyield. PR#5823 by@​sombek.

Refactors

  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR#12971 by@​tamird.

Docs

  • 📝 Update includes format in docs with an automated script. PR#12950 by@​tiangolo.
  • 📝 Update includes fordocs/de/docs/advanced/using-request-directly.md. PR#12685 by@​alissadb.
  • 📝 Update includes fordocs/de/docs/how-to/conditional-openapi.md. PR#12689 by@​alissadb.

Translations

  • 🌐 Add Traditional Chinese translation fordocs/zh-hant/docs/async.md. PR#12990 by@​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation fordocs/zh-hant/docs/tutorial/query-param-models.md. PR#12932 by@​Vincy1230.
  • 🌐 Add Korean translation fordocs/ko/docs/advanced/testing-dependencies.md. PR#12992 by@​Limsunoh.
  • 🌐 Add Korean translation fordocs/ko/docs/advanced/websockets.md. PR#12991 by@​kwang1215.
  • 🌐 Add Portuguese translation fordocs/pt/docs/tutorial/response-model.md. PR#12933 by@​AndreBBM.
  • 🌐 Add Korean translation fordocs/ko/docs/advanced/middlewares.md. PR#12753 by@​nahyunkeem.
  • 🌐 Add Korean translation fordocs/ko/docs/advanced/openapi-webhooks.md. PR#12752 by@​saeye.
  • 🌐 Add Chinese translation fordocs/zh/docs/tutorial/query-param-models.md. PR#12931 by@​Vincy1230.
  • 🌐 Add Russian translation fordocs/ru/docs/tutorial/query-param-models.md. PR#12445 by@​gitgernit.
  • 🌐 Add Korean translation fordocs/ko/docs/tutorial/query-param-models.md. PR#12940 by@​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese fordocs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR#12949 by@​tiangolo.

Internal

0.115.5

Refactors

Docs

... (truncated)

Commits
  • bb8c2a6 🔖 Release version 0.115.6
  • 905ec1e 📝 Update release notes
  • 4f81575 🐛 Preserve traceback when exception is raised in sync dependency withyield...
  • 8255edf 📝 Update release notes
  • 53c8784 🌐 Add Traditional Chinese translation fordocs/zh-hant/docs/async.md (#12990)
  • 2971352 📝 Update release notes
  • 8376228 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/query-p...
  • 6c7873c 📝 Update release notes
  • d75b81c 🌐 Add Korean translation fordocs/ko/docs/advanced/testing-dependencies.md ...
  • 206037c 📝 Update release notes
  • Additional commits viewable incompare view

Updatesstarlette from 0.41.2 to 0.45.2

Release notes

Sourced fromstarlette's releases.

Version 0.45.2

Fixed

  • Makecreate_memory_object_stream compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 by@​graingert in#2833.

Full Changelog:Kludex/starlette@0.45.1...0.45.2

Version 0.45.1

Fixed

Refactor


Full Changelog:Kludex/starlette@0.45.0...0.45.1

Version 0.45.0

Removed


Full Changelog:Kludex/starlette@0.44.0...0.45.0

Version 0.44.0

Added

New Contributors

Full Changelog:Kludex/starlette@0.43.0...0.44.0

Version 0.43.0

Removed

  • Remove deprecatedallow_redirects argument fromTestClient#2808.

Added

... (truncated)

Changelog

Sourced fromstarlette's changelog.

0.45.2 (January 4, 2025)

Fixed

  • Makecreate_memory_object_stream compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2#2833.

0.45.1 (December 30, 2024)

Fixed

  • CloseMemoryObjectReceiveStream left unclosed upon exception inBaseHTTPMiddleware children#2813.
  • Collect errors more reliably from the WebSocket logic on theTestClient#2814.

Refactor

  • Use a pair of memory object streams instead of two queues on theTestClient#2829.

0.45.0 (December 29, 2024)

Removed

  • Drop Python 3.8 support#2823.
  • RemoveExceptionMiddleware import proxy fromstarlette.exceptions module#2826.
  • Remove deprecatedWS_1004_NO_STATUS_RCVD andWS_1005_ABNORMAL_CLOSURE#2827.

0.44.0 (December 28, 2024)

Added

  • Addclient parameter toTestClient#2810.
  • Addmax_part_size parameter toRequest.form()#2815.

0.43.0 (December 25, 2024)

Removed

  • Remove deprecatedallow_redirects argument fromTestClient#2808.

Added

  • Make UUID path parameter conversion more flexible#2806.

0.42.0 (December 14, 2024)

Added

  • RaiseClientDisconnect onStreamingResponse#2732.

Fixed

... (truncated)

Commits
  • 0109dce Version 0.45.2 (#2839)
  • 0ad90dc Bump the python-packages group across 1 directory with 7 updates (#2838)
  • 950f528 fix create_memory_object_stream not subscriptable at runtime in old anyio ver...
  • 7c0d1e6 Version 0.45.1 (#2832)
  • 76e053a Remove python version from mypy (#2831)
  • 5a10fba Fix unclosed 'MemoryObjectReceiveStream' upon exception in 'BaseHTTPMiddlewar...
  • e16bacb use a pair of memory object streams instead of two queues (#2829)
  • 27b6f4c collect errors more reliably from websocket test client (#2814)
  • 31d182c Version 0.45.0 (#2828)
  • b133ab4 Remove deprecatedWS_1004_NO_STATUS_RCVD andWS_1005_ABNORMAL_CLOSURE (#2...
  • Additional commits viewable incompare view

Updatesaiida-core from 2.6.2 to 2.6.3

Release notes

Sourced fromaiida-core's releases.

AiiDA v2.6.3

SeeCHANGELOG.md

Changelog

Sourced fromaiida-core's changelog.

v2.6.3 - 2024-11-6

Fixes

Devops

  • Docker: Replace sleep withs6-notifyoncheck (#6475)[9579378b]
  • Fix failed docker CI using more reasoning grep regex to parse python version (#6581)[332a4a91]
  • DevOps: Fix json query in reading the docker names to filter out fields not starting with aiida (#6573)[e1467edc]
Commits
  • cfd9ced Merge pull request#6604 from agoscinski/support/2.6.3
  • b78c21f Releasev2.6.3
  • f37b446 Engine: Fix state change broadcast before process node is updated (#6580)
  • af451e9 DevOps: Fix json query in reading the docker names to filter out fields not s...
  • 6b41f1e Fix failed docker CI using more reasoning grep regex to parse python version ...
  • 3e90a8cDirectScheduler: Ensure killing child processes (#6572)
  • cb30c1e CI: Update ignore comment as the way that presumably updated mypy expects (#6...
  • 2239a77 CLI: Fix exception forverdi plugin list (#6560)
  • bf631c5 Docker: Replace sleep withs6-notifyoncheck (#6475)
  • See full diff incompare view

Updateshttpx from 0.27.2 to 0.28.1

Release notes

Sourced fromhttpx's releases.

Version 0.28.1

0.28.1 (6th December, 2024)

  • Fix SSL case whereverify=False together with client side certificates.

Version 0.28.0

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standardverify=True orverify=False cases, orverify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • Theverify argument as a string argument is now deprecated and will raise warnings.
  • Thecert argument is now deprecated and will raise warnings.

Our revisedSSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecatedproxies argument has now been removed.
  • The deprecatedapp argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371,#3373)
  • Ensurecertifi andhttpcore are only imported if required. (#3377)
  • Treatsocks5h as a valid proxy scheme. (#3178)
  • CleanupRequest() method signature in line withclient.request() andhttpx.request(). (#3378)
Changelog

Sourced fromhttpx's changelog.

0.28.1 (6th December, 2024)

  • Fix SSL case whereverify=False together with client side certificates.

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standardverify=True orverify=False cases, orverify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • Theverify argument as a string argument is now deprecated and will raise warnings.
  • Thecert argument is now deprecated and will raise warnings.

Our revisedSSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecatedproxies argument has now been removed.
  • The deprecatedapp argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371,#3373)
  • Ensurecertifi andhttpcore are only imported if required. (#3377)
  • Treatsocks5h as a valid proxy scheme. (#3178)
  • CleanupRequest() method signature in line withclient.request() andhttpx.request(). (#3378)
  • Bugfix: When passingparams={}, always strictly update rather than merge with an existing querystring. (#3364)
Commits

Updatesclick from 8.1.7 to 8.1.8

Release notes

Sourced fromclick's releases.

8.1.8

This is the Click 8.1.8 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI:https://pypi.org/project/click/8.1.8/Changes:https://click.palletsprojects.com/en/stable/changes/#version-8-1-8Milestonehttps://github.com/pallets/click/milestones/23?closed=1

  • Fix an issue with type hints forclick.open_file().#2717
  • Fix issue where error message for invalidclick.Path displays onmultiple lines.#2697
  • Fixed issue that prevented a default value of"" from being displayed inthe help for an option.#2500
  • The test runner handles stripping color consistently on Windows.#2705
  • Show correct value for flag default when usingdefault_map.#2632
  • Fixclick.echo(color=...) passingcolor to coloroma so it can beforced on Windows.#2606.
  • More robust bash version check, fixing problem on Windows with git-bash.#2638
  • Cache the help option generated by thehelp_option_names setting torespect its eagerness.#2811
  • Replace uses ofos.system withsubprocess.Popen.#1476
  • Exceptions generated during a command will use the context'scolorsetting when being displayed.#2193
  • Error message when defining option with invalid name is more descriptive.#2452
  • Refactor code generating default--help option to deduplicate code.#2563
  • TestCLIRunner resets patched_compat.should_strip_ansi.#2732
Changelog

Sourced fromclick's changelog.

Version 8.1.8

Unreleased

  • Fix an issue with type hints forclick.open_file(). :issue:2717
  • Fix issue where error message for invalidclick.Path displays onmultiple lines. :issue:2697
  • Fixed issue that prevented a default value of"" from being displayed inthe help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.:issue:2705
  • Show correct value for flag default when usingdefault_map.:issue:2632
  • Fixclick.echo(color=...) passingcolor to coloroma so it can beforced on Windows. :issue:2606.
Commits

Updatesase from 3.23.0 to 3.24.0

Commits
  • 3dd076a ASE version 3.24.0
  • 6afcb83 Merge branch 'release-notes' into 'master'
  • 2f67931 Merge branch 'releasenotes-toctree' into 'release-notes'
  • e4b2001 Merge branch 'remove-unused-variable' into 'master'
  • Description has been truncated

Bumps the python-dependencies group with 16 updates in the / directory:| Package | From | To || --- | --- | --- || [pydantic[email]](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.5` || [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.1` || [mongomock](https://github.com/mongomock/mongomock) | `4.2.0.post1` | `4.3.0` || [fastapi](https://github.com/fastapi/fastapi) | `0.115.4` | `0.115.6` || [starlette](https://github.com/encode/starlette) | `0.41.2` | `0.45.2` || [aiida-core](https://github.com/aiidateam/aiida-core) | `2.6.2` | `2.6.3` || [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` || [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` || [ase](https://gitlab.com/ase/ase) | `3.23.0` | `3.24.0` || [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.2.0` | `1.3.0` || [mkdocs-awesome-pages-plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) | `2.9.3` | `2.10.1` || [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.49` || [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` || [jarvis-tools](https://github.com/usnistgov/jarvis) | `2024.10.10` | `2024.10.30` || [pymatgen](https://github.com/materialsproject/pymatgen) | `2024.10.27` | `2025.1.9` || [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.34.0` |Updates `pydantic[email]` from 2.9.2 to 2.10.5- [Release notes](https://github.com/pydantic/pydantic/releases)- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)- [Commits](pydantic/pydantic@v2.9.2...v2.10.5)Updates `pydantic-settings` from 2.6.1 to 2.7.1- [Release notes](https://github.com/pydantic/pydantic-settings/releases)- [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.1)Updates `mongomock` from 4.2.0.post1 to 4.3.0- [Release notes](https://github.com/mongomock/mongomock/releases)- [Changelog](https://github.com/mongomock/mongomock/blob/develop/CHANGELOG.md)- [Commits](mongomock/mongomock@4.2.0-post.1...4.3.0)Updates `fastapi` from 0.115.4 to 0.115.6- [Release notes](https://github.com/fastapi/fastapi/releases)- [Commits](fastapi/fastapi@0.115.4...0.115.6)Updates `starlette` from 0.41.2 to 0.45.2- [Release notes](https://github.com/encode/starlette/releases)- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)- [Commits](Kludex/starlette@0.41.2...0.45.2)Updates `aiida-core` from 2.6.2 to 2.6.3- [Release notes](https://github.com/aiidateam/aiida-core/releases)- [Changelog](https://github.com/aiidateam/aiida-core/blob/main/CHANGELOG.md)- [Commits](aiidateam/aiida-core@v2.6.2...v2.6.3)Updates `httpx` from 0.27.2 to 0.28.1- [Release notes](https://github.com/encode/httpx/releases)- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)- [Commits](encode/httpx@0.27.2...0.28.1)Updates `click` from 8.1.7 to 8.1.8- [Release notes](https://github.com/pallets/click/releases)- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)- [Commits](pallets/click@8.1.7...8.1.8)Updates `ase` from 3.23.0 to 3.24.0- [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst)- [Commits](https://gitlab.com/ase/ase/compare/3.23.0...3.24.0)Updates `mkdocs-autorefs` from 1.2.0 to 1.3.0- [Release notes](https://github.com/mkdocstrings/autorefs/releases)- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)- [Commits](mkdocstrings/autorefs@1.2.0...1.3.0)Updates `mkdocs-awesome-pages-plugin` from 2.9.3 to 2.10.1- [Release notes](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/releases)- [Commits](lukasgeiter/mkdocs-awesome-nav@v2.9.3...v2.10.1)Updates `mkdocs-material` from 9.5.43 to 9.5.49- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)- [Commits](squidfunk/mkdocs-material@9.5.43...9.5.49)Updates `mkdocstrings[python]` from 0.26.2 to 0.27.0- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)- [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0)Updates `jarvis-tools` from 2024.10.10 to 2024.10.30- [Release notes](https://github.com/usnistgov/jarvis/releases)- [Commits](usnistgov/jarvis@v2024.10.10...v2024.10.30)Updates `pymatgen` from 2024.10.27 to 2025.1.9- [Release notes](https://github.com/materialsproject/pymatgen/releases)- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md)- [Commits](materialsproject/pymatgen@v2024.10.27...v2025.1.9)Updates `uvicorn` from 0.32.0 to 0.34.0- [Release notes](https://github.com/encode/uvicorn/releases)- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)- [Commits](Kludex/uvicorn@0.32.0...0.34.0)---updated-dependencies:- dependency-name: pydantic[email]  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: pydantic-settings  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: mongomock  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: fastapi  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-dependencies- dependency-name: starlette  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: aiida-core  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-dependencies- dependency-name: httpx  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: click  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-dependencies- dependency-name: ase  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: mkdocs-autorefs  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: mkdocs-awesome-pages-plugin  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: mkdocs-material  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-dependencies- dependency-name: mkdocstrings[python]  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies- dependency-name: jarvis-tools  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: python-dependencies- dependency-name: pymatgen  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: python-dependencies- dependency-name: uvicorn  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: python-dependencies...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependency_updatesIssues pertaining to updates to our dependencies that are breaking the eager build labelJan 13, 2025
@ml-evs
Copy link
Member

Still blocked byfastapi/fastapi#13117

@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJan 20, 2025

Superseded by#2214.

@dependabotdependabotbot closed thisJan 20, 2025
@dependabotdependabotbot deleted the dependabot/pip/main/python-dependencies-605a920979 branchJanuary 20, 2025 05:10
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@CasperWACasperWAAwaiting requested review from CasperWACasperWA is a code owner

@ml-evsml-evsAwaiting requested review from ml-evsml-evs is a code owner

Assignees

No one assigned

Labels

dependency_updatesIssues pertaining to updates to our dependencies that are breaking the eager build

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@ml-evs

[8]ページ先頭

©2009-2026 Movatter.jp