Skip to content

Commit 37a1c29

Browse files
author
Ilyas Gasanov
committed
tmp
1 parent 407f230 commit 37a1c29

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

poetry.lock

Lines changed: 13 additions & 15 deletions
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
@@ -59,7 +59,7 @@ pyjwt = { version = "^2.10.1", optional = true }
5959
jinja2 = { version = "^3.1.4", optional = true }
6060
python-multipart = { version = ">=0.0.9,<0.0.21", optional = true }
6161
celery = { version = "^5.4.0", optional = true }
62-
onetl = { git = "https://github.com/MobileTeleSystems/onetl.git", rev = "develop", extras = ["spark"] }
62+
onetl = { version = "^0.12.0", extras = ["spark"], optional = true }
6363
pyyaml = {version = "*", optional = true}
6464
# due to not supporting MacOS 14.x https://www.psycopg.org/psycopg3/docs/news.html#psycopg-3-1-20
6565
psycopg = { version = ">=3.1.0,<3.2.5", extras = ["binary"], optional = true }
@@ -132,7 +132,7 @@ pytest-randomly = "^3.15.0"
132132
pytest-deadfixtures = "^2.2.1"
133133
pytest-mock = "^3.14.0"
134134
pytest-lazy-fixtures = "^1.1.1"
135-
onetl = { git = "https://github.com/MobileTeleSystems/onetl.git", rev = "develop", extras = ["spark", "s3", "hdfs", "files"] }
135+
onetl = { extras = ["spark", "s3", "hdfs", "files"], version = "^0.12.0" }
136136
faker = ">=33.3,<36.0"
137137
coverage = "^7.6.1"
138138
gevent = "^24.2.1"

0 commit comments

Comments
 (0)