Bump the python-runtime group with 10 updates - #40
Closed
dependabot[bot] wants to merge 594 commits into
Closed
Conversation
- new flex/providers/price_router.py: DB → Vestige → Tinyman → CoinGecko - vestige.py: VestigeUnavailableError for 403/429/5xx instead of crash - lp_prices.py: use price_router, parallelize with semaphore
- new flex/blockchain/contract_state.py: read on-chain state via algosdk - app.py: /contract/register tries JS interop, falls back to algod - app.py: /contracts/refresh-cache works without JS interop - background.py: contract cache update falls back to algod on JS failure
get_lp_token_definitions() was only using contract metadata (asset1_id + dex), which is missing for most farm contracts. Now uses 4 sources in priority order: 1. lp_tokens collection (verified pool data) 2. farming_pools collection (first_token, second_token) 3. Contract metadata (fallback) 4. On-chain auto-discovery via algod (last resort)
… from regular pricing
…, add request delay
Upgrade pinned checkout and setup-node actions after the full Python, JavaScript, and Compose CI matrix passed.
Bumps the python-runtime group with 10 updates: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `7.0.2` | `7.1.4` | | [fastapi](https://github.com/fastapi/fastapi) | `0.135.1` | `0.139.2` | | [pyairtable](https://github.com/gtalarico/pyairtable) | `3.3.0` | `3.4.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.13.1` | `2.14.2` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.16.0` | `4.17.0` | | [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) | `22.6` | `22.8` | | [redis](https://github.com/redis/redis-py) | `7.2.1` | `8.0.1` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.34.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.41.0` | `0.51.0` | | [mypy](https://github.com/python/mypy) | `1.19.1` | `2.3.0` | Updates `cachetools` from 7.0.2 to 7.1.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.0.2...v7.1.4) Updates `fastapi` from 0.135.1 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.135.1...0.139.2) Updates `pyairtable` from 3.3.0 to 3.4.0 - [Commits](gtalarico/pyairtable@3.3.0...3.4.0) Updates `pydantic-settings` from 2.13.1 to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.2) Updates `pymongo` from 4.16.0 to 4.17.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/main/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.16.0...4.17.0) Updates `python-telegram-bot` from 22.6 to 22.8 - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](python-telegram-bot/python-telegram-bot@v22.6...v22.8) Updates `redis` from 7.2.1 to 8.0.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.2.1...v8.0.1) Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.34.2) Updates `uvicorn` from 0.41.0 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.41.0...0.51.0) Updates `mypy` from 1.19.1 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v2.3.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: pyairtable dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: pymongo dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: python-telegram-bot dependency-version: '22.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-runtime - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-runtime ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Superseded by the security-focused history rewrite and the refreshed Python 3.12 lockfile on main; current dependency scanning reports no open alerts. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the python-runtime group with 10 updates:
7.0.27.1.40.135.10.139.23.3.03.4.02.13.12.14.24.16.04.17.022.622.87.2.18.0.12.32.52.34.20.41.00.51.01.19.12.3.0Updates
cachetoolsfrom 7.0.2 to 7.1.4Changelog
Sourced from cachetools's changelog.
... (truncated)
Commits
48284d7Release v7.1.4.55ea96bUpdate build environment.c5439feAdd threading tests for lock-only decorators.91828fcRun threading tests unconditionally with timeout.16952edRelease v7.1.3.92dd756Prepare v7.1.3.ced08f5Improve cachetools.func type stubs.d809d7bUpdate build environment.c84b5e5Release v7.1.2.39ad61cPrepare v7.1.2.Updates
fastapifrom 0.135.1 to 0.139.2Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
866b7a3🔖 Release version 0.139.2 (#16014)7b3effe📝 Update release notes7fe315c🐛 Refactor router route building to make it thread-safe, mainly relevant for ...c48e67b🔖 Release version 0.139.1 (#16012)2acc4fb📝 Update release noteseb75fd0🐛 Fix frontend fallback support for doted paths like/users/john.doe(#16011)9b8410b📝 Update release notese24d44c📝 Fix topic repository list not being displayed andskip_usersnot being ap...93b78f8📝 Update release notesb959b44📝 Update release notesUpdates
pyairtablefrom 3.3.0 to 3.4.0Commits
012bc56Update docs for 3.4.02d88b4dEnterprise.create_base_from_package takes package_or_release=209fe5eCLAUDE.md -> AGENTS.md53fdac4Merge pull request #454 from mesozoic/install-packagecc9a3efMerge pull request #456 from mesozoic/update-resourcesd9f57d9Scan schemas for new fields and add support for themba00adcMerge pull request #455 from mesozoic/orm-docsfd7ce6eMention thebase ormcommand in docs (fixes #446)db028f7Merge pull request #449 from mesozoic/fix_docs287211cFixing documentation typosUpdates
pydantic-settingsfrom 2.13.1 to 2.14.2Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
d703bd7Prepare release 2.14.2 (#890)e95c30bPrepare release 2.14.1 (#859)0c87345Fix field namedclsconflicting with classmethod parameter (#858)7bd0072Bump the python-packages group with 2 updates (#856)b03e573Bump the github-actions group with 3 updates (#853)eaa3b43Bump the python-packages group with 5 updates (#854)9f95615Bump the python-packages group with 4 updates (#850)8916beePrepare release 2.14.0 (#848)39e551cFix CLI descriptions lost underpython -OOby falling back to `json_schema_...9ed7f48Bump the python-packages group with 4 updates (#847)Updates
pymongofrom 4.16.0 to 4.17.0Release notes
Sourced from pymongo's releases.
... (truncated)
Changelog
Sourced from pymongo's changelog.
Commits
f2103a9Prep branch v4.173491c08PYTHON-5801 - Update changelog for 4.17 release (#2762)912ef33PYTHON-5798 - Overload retargeting prose tests do not ensure that sec… (#2760)b4e2c03PYTHON-5800 - Simple collation is included in index information (#2761)f31ba09PYTHON-5797 - Add IWM and Overload Error links to changelog (#2757)5da9183PYTHON-5794 - Add prose tests to verify correct retry behavior when a… (#2755)35e51a5Revert "PYTHON-5768 Add AGENTS.md w/copilot instructions" (#2744) (#2754)f41dd5cPYTHON-5772 Increase _gcp_helpers.py coverage (#2749)49e7a05PYTHON-5760 Increase _azure_helpers.py coverage (#2747)a2b0cd8PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md (#2756)Updates
python-telegram-botfrom 22.6 to 22.8Release notes
Sourced from python-telegram-bot's releases.
Commits
afb9fc4Fix: Delete the chango here5d663afBump version to v22.8 (#5262)0dd6afcDocumentation Improvements (#5240)4c710a3Support Python 3.15 beta (#5259)0fb5678Full Support for Bot API 10.0 (#5229)ab29967Update actions/stale action to v10.3.0 (#5255)cc7b55dUpdate github/codeql-action action to v4.36.0 (#5256)6cfed61Update pypa/gh-action-pypi-publish action to v1.14.0 (#5257)74e1d9fUpdate dependency sphinxcontrib-mermaid to v2.0.2 (#5254)351a282Update dependency astral-sh/uv to v0.11.16 (#5253)Updates
redisfrom 7.2.1 to 8.0.1Release notes
Sourced from redis's releases.
... (truncated)
Commits
7c0fd11Updating lib version to 8.0.1b7a4d7dAvoid per-check fd allocation in hiredis_socket_can_read()— usepoll()...eec778efix(asyncio): release pooled connection when Pipeline.reset() is cancelled (#...08e01bbFixing pubsub's listen method to be blocking. (#4119)3d5257afix(search): parse RESP3 FT.SEARCH responses with bytes-typed keys (#4109)cce28ffFix hiredis readiness checks for high file descriptors (#4115)e20691cFixed async MultiDBClient with underlying RedisCluster (#4108)ea37fccFix async cluster node connection release on write errors (#4111)f4146faUpdating lib version + supported Redis versions in README.md + updating the R...d47674eBumping github-versions actions (#4102)Updates
requestsfrom 2.32.5 to 2.34.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.