Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update python #1465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Update Pending
Werkzeug (changelog) ==3.0.6 -> ==3.1.3 age adoption passing confidence minor
cryptography (changelog) ==43.0.1 -> ==43.0.3 age adoption passing confidence patch
elasticsearch ==8.15.0 -> ==8.16.0 age adoption passing confidence minor
fastapi (changelog) ==0.114.0 -> ==0.115.5 age adoption passing confidence minor
google-auth ~=2.34.0 -> ~=2.36.0 age adoption passing confidence minor
google-cloud-aiplatform ==1.65.0 -> ==1.73.0 age adoption passing confidence minor
google-cloud-pubsub ~=2.23.0 -> ~=2.27.1 age adoption passing confidence minor
gradio ==5.5.0 -> ==5.6.0 age adoption passing confidence minor 5.7.1 (+1)
langchain (changelog) ==0.2.16 -> ==0.3.8 age adoption passing confidence minor 0.3.9
langchain-weaviate ==0.0.2 -> ==0.0.3 age adoption passing confidence patch
numpy (changelog) ==2.1.1 -> ==2.1.3 age adoption passing confidence patch
pandas (source) ==2.2.2 -> ==2.2.3 age adoption passing confidence patch
pgvector ==0.3.2 -> ==0.3.6 age adoption passing confidence patch
psycopg2-binary (source, changelog) ==2.9.9 -> ==2.9.10 age adoption passing confidence patch
pymupdf (changelog) ==1.24.10 -> ==1.24.14 age adoption passing confidence patch
qdrant-client ==1.11.1 -> ==1.12.1 age adoption passing confidence minor
redis (changelog) ==5.0.8 -> ==5.2.0 age adoption passing confidence minor
ruff (source, changelog) >=0.6,<=0.6.4 -> >=0.8,<=0.8.0 age adoption passing confidence minor 0.8.1
scikit-learn (source, changelog) ==1.5.1 -> ==1.5.2 age adoption passing confidence patch
streamlit (source, changelog) ==1.38.0 -> ==1.40.2 age adoption passing confidence minor
tensorflow ==2.17.0 -> ==2.18.0 age adoption passing confidence minor
transformers ==4.44.2 -> ==4.46.3 age adoption passing confidence minor
tzdata ==2024.1 -> ==2024.2 age adoption passing confidence minor
uvicorn (changelog) ==0.30.6 -> ==0.32.1 age adoption passing confidence minor
weaviate-client ==4.7.1 -> ==4.9.4 age adoption passing confidence minor 4.9.6 (+1)
All locks refreshed lockFileMaintenance

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pyca/cryptography (cryptography)

v43.0.3

Compare Source

elastic/elasticsearch-py (elasticsearch)

v8.16.0: 8.16.0

Compare Source

8.16.0 (2024-11-12)
  • Support Python 3.13 (#​2680)
  • Emit Python warnings for beta and tech preview APIs (#​2675). You can disable those warnings if needed:
    import warnings
    from elasticsearch.exceptions import GeneralAvailabilityWarning
    
    warnings.filterwarnings("ignore", category=GeneralAvailabilityWarning)
  • Vectorstore: use a retriever query for hybrid search (#​2666)
  • Allow retries for statuses other than 429 in streaming bulk (#​2071, contributed by @​ayayron)
  • Make BulkIndexError and ScanError serializable (#​2669, contributed by @​seagrine)
  • Fix import when trace is missing from opentelemetry package (#​2694, contributed by @​nicoloboschi)
  • Update APIs:
    • Fix nodes parameter in Task management API (contributed by @​margaretpearce)
    • Add Test query rule API
    • Add Create Cross-Cluster API key and Update Cross-Cluster API key APIs
    • Add experimental Verify snapshot repository API
    • Add data_stream_name and settings to Delete auto-follow pattern API
    • Add max_samples_per_key to Get async EQL status API
    • Add lifecycle and remove unused data_retention and downsampling parameters from Put data stream lifecycle API
    • Add include_remotes and remove flat_settings from Cluster stats API
    • Add remote_indices to Create or update application privileges and Create or update roles APIs

v8.15.1: 8.15.1

Compare Source

8.15.1 (2024-09-08)

  • Fix OTel context loss in parallel bulk helper (#​2616)
  • Use request converter to generate python examples (#​2645)
  • Add Geoip database configuration APIs: Create or update, Get and Delete
  • Add q parameter to Update by Query API
  • Add allow_no_indices and ignore_unavailable parameters to Resolve index API
fastapi/fastapi (fastapi)

v0.115.5

Compare Source

Refactors
Docs
Translations
Internal

v0.115.4

Compare Source

Refactors
  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #​12627 by @​tiangolo.
Docs
Translations
Internal

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner September 23, 2024 00:47
@forking-renovate forking-renovate bot added the lang: python Issues specific to Python. label Sep 23, 2024
@bourgeoisor
Copy link
Member

Looks like most of the issues look like this:

6.059 The conflict is caused by:
6.059     langchain 0.3.0 depends on langchain-core<0.4.0 and >=0.3.0
6.059     langchain-community 0.3.0 depends on langchain-core<0.4.0 and >=0.3.0
6.059     langchain-google-vertexai 1.0.10 depends on langchain-core<0.3 and >=0.2.33

Might need to manually bump langchain-google-vertexai, latest is 2.0.1

@renovate-bot renovate-bot force-pushed the renovate/python branch 7 times, most recently from 2e4015a to 9815aef Compare September 26, 2024 18:40
@renovate-bot renovate-bot force-pushed the renovate/python branch 15 times, most recently from 89c302d to b8a5279 Compare October 4, 2024 03:20
@renovate-bot renovate-bot force-pushed the renovate/python branch 13 times, most recently from 625d621 to 7d0f0d7 Compare November 22, 2024 13:51
@renovate-bot renovate-bot force-pushed the renovate/python branch 11 times, most recently from b09a6c2 to b6b353f Compare December 1, 2024 08:36
@renovate-bot renovate-bot force-pushed the renovate/python branch 4 times, most recently from 57da801 to bc20e7d Compare December 2, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies lang: python Issues specific to Python.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants