Skip to content
Snippets Groups Projects
Unverified Commit 5863344d authored by Simonas's avatar Simonas Committed by GitHub
Browse files

Merge pull request #10 from aurelio-labs/simonas/pydantic-versions

downgraded pydantic version
parents 557ced9d 6f7984aa
No related branches found
No related tags found
No related merge requests found
[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 <james@aurelio.ai>",
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment