Skip to content

Commit 7e0136d

Browse files
chore: update lockfile
1 parent 8ad519f commit 7e0136d

3 files changed

Lines changed: 36 additions & 37 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ license = "MIT"
77
authors = [
88
{ name = "Runloop", email = "support@runloop.ai" },
99
]
10+
1011
dependencies = [
11-
"httpx>=0.23.0, <1",
12-
"pydantic>=1.9.0, <3",
13-
"typing-extensions>=4.10, <5",
14-
"anyio>=3.5.0, <5",
15-
"distro>=1.7.0, <2",
16-
"sniffio",
12+
"httpx>=0.23.0, <1",
13+
"pydantic>=1.9.0, <3",
14+
"typing-extensions>=4.10, <5",
15+
"anyio>=3.5.0, <5",
16+
"distro>=1.7.0, <2",
17+
"sniffio",
1718
"uuid-utils>=0.11.0",
1819
]
20+
1921
requires-python = ">= 3.9"
2022
classifiers = [
2123
"Typing :: Typed",

requirements-dev.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-e .
44
annotated-types==0.7.0
55
# via pydantic
6-
anyio==4.11.0
6+
anyio==4.12.0
77
# via
88
# httpx
99
# runloop-api-client
@@ -82,13 +82,11 @@ python-dateutil==2.9.0.post0 ; python_full_version < '3.10'
8282
# via time-machine
8383
respx==0.22.0
8484
rich==14.2.0
85-
ruff==0.14.6
85+
ruff==0.14.7
8686
six==1.17.0 ; python_full_version < '3.10'
8787
# via python-dateutil
8888
sniffio==1.3.1
89-
# via
90-
# anyio
91-
# runloop-api-client
89+
# via runloop-api-client
9290
time-machine==2.19.0 ; python_full_version < '3.10'
9391
time-machine==3.1.0 ; python_full_version >= '3.10'
9492
tomli==2.3.0 ; python_full_version < '3.11'

uv.lock

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)