Skip to content

Commit

Permalink
Merge pull request #10 from aurelio-labs/simonas/pydantic-versions
Browse files Browse the repository at this point in the history
downgraded pydantic version
  • Loading branch information
simjak authored Nov 15, 2023
2 parents 557ced9 + 6f7984a commit 5863344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-router"
version = "0.0.2"
version = "0.0.3"
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <[email protected]>",
Expand All @@ -10,8 +10,8 @@ authors = [
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
pydantic = "^2.4.2"
python = "^3.10"
pydantic = "^1.8.2"
openai = "^0.28.1"
cohere = "^4.32"

Expand Down

0 comments on commit 5863344

Please sign in to comment.