Skip to content

Commit

Permalink
Merge pull request #102 from i-dot-ai/dependabot/pip/minor-patch-f8f5…
Browse files Browse the repository at this point in the history
…1ab4b7

Bump the minor-patch group with 5 updates
  • Loading branch information
lmwilkigov authored Mar 13, 2024
2 parents 280b3aa + e90e478 commit b7e3b5a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
pydantic = "^2.6.3"
pydantic = "^2.6.4"
elasticsearch = "^8.12.0"
requests = "^2.31.0"
langchain = "^0.1.11"
tiktoken = "^0.6.0"
boto3 = "^1.34.60"
boto3 = "^1.34.61"
pika = "^1.3.2"
pydantic-settings = "^2.2.1"
bumpversion = "^0.6.0"
Expand Down Expand Up @@ -58,17 +58,17 @@ django-types = "^0.19.1"
types-python-jose = "^3.3.4.8"
detect-secrets = "^1.4.0"
types-pytz = "^2024.1.0.20240203"
boto3-stubs = "^1.34.60"
boto3-stubs = "^1.34.61"


[tool.poetry.group.streamlit-app.dependencies]
streamlit = "^1.32.0"
streamlit = "^1.32.1"
lxml = "^5.1.0"
loguru = "^0.7.2"

[tool.poetry.group.ai.dependencies]
anthropic = "^0.19.2"
litellm = "^1.31.2"
litellm = "^1.31.4"
openai = "^1.13.3"


Expand Down Expand Up @@ -97,7 +97,7 @@ django-single-session = "^0.2.0"
sentry-sdk = "^1.34.0"
django-storages = "^1.14.2"
django-health-check = "<3.19.0" # this pin can be removed once https://github.com/revsys/django-health-check/issues/412 is resolved
boto3 = "^1.34.60"
boto3 = "^1.34.61"
urllib3 = "<1.27"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
requests = "^2.31.0"
Expand Down

0 comments on commit b7e3b5a

Please sign in to comment.