Skip to content

Commit 3ed4c0e

Browse files
update
1 parent befaffb commit 3ed4c0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ langchain-core = { version = "^0.3.61", optional = true }
1818
openai = { version = "<1.84.0", optional = true }
1919
openai-agents = { version = "<0.0.13", optional = true }
2020

21-
galileo-core = "^3.40.0"
21+
galileo-core = "~=3.40.0"
2222

2323
[tool.poetry.group.test.dependencies]
2424
pytest = "^8.3.5"
@@ -28,7 +28,7 @@ pytest-xdist = "^3.3.1"
2828
pytest-socket = "^0.7"
2929
pytest-asyncio = "^0.26.0"
3030
requests-mock = "^1.11.0"
31-
galileo-core = { extras = ["testing"], version = "^3.40.0" }
31+
galileo-core = { extras = ["testing"], version = "~=3.40.0" }
3232

3333
pytest-env = "^1.1.5"
3434
langchain-core = "^0.3.61"

0 commit comments

Comments
 (0)