This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new ac4b7b6d7 chore: refine dependency constraints (#1843)
ac4b7b6d7 is described below

commit ac4b7b6d7ee9c4767452677ca936ee16dab3d25f
Author: Tim <[email protected]>
AuthorDate: Wed Aug 23 18:10:58 2023 +0200

    chore: refine dependency constraints (#1843)
---
 streampipes-client-python/poetry.lock    |  8 ++++----
 streampipes-client-python/pyproject.toml | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/streampipes-client-python/poetry.lock 
b/streampipes-client-python/poetry.lock
index fa3826964..46e79c90e 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.6.1 and should not be 
changed by hand.
+# This file is automatically @generated by Poetry 1.5.1 and should not be 
changed by hand.
 
 [[package]]
 name = "alabaster"
@@ -1762,8 +1762,8 @@ files = [
 [package.dependencies]
 numpy = [
     {version = ">=1.20.3", markers = "python_version < \"3.10\""},
+    {version = ">=1.21.0", markers = "python_version >= \"3.10\""},
     {version = ">=1.23.2", markers = "python_version >= \"3.11\""},
-    {version = ">=1.21.0", markers = "python_version >= \"3.10\" and 
python_version < \"3.11\""},
 ]
 python-dateutil = ">=2.8.2"
 pytz = ">=2020.1"
@@ -1997,7 +1997,7 @@ name = "pycparser"
 version = "2.21"
 description = "C parser in Python"
 optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+python-versions = "*"
 files = [
     {file = "pycparser-2.21-py2.py3-none-any.whl", hash = 
"sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
     {file = "pycparser-2.21.tar.gz", hash = 
"sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
@@ -3248,4 +3248,4 @@ testing = ["big-O", "jaraco.functools", 
"jaraco.itertools", "more-itertools", "p
 [metadata]
 lock-version = "2.0"
 python-versions = ">3.8.1,<3.12"
-content-hash = 
"f2f1581684cd917c9640e2bbf4b700447be94747d514ba4aae7fd2885084a604"
+content-hash = 
"bdfeca4071c53ff725cc5f2934b91e37208bb3e5b2a0e4b335e8abc6ca7f7a6e"
diff --git a/streampipes-client-python/pyproject.toml 
b/streampipes-client-python/pyproject.toml
index 6b0103fee..064e014a1 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -54,12 +54,12 @@ include = [
 
 [tool.poetry.dependencies]
 python = ">3.8.1,<3.12"
-confluent-kafka = "~2.0"
-nats-py = "~2.2"
-pandas = ">=1.5, ~2.0"
-pydantic = "~1.10"
-requests = "~2.28"
-typing-extensions = "~4.5"
+confluent-kafka = "~2, >=2.0.2"
+nats-py = "~2, >=2.2"
+pandas = ">=1.5, <3"
+pydantic = "~1, >=1.10,"
+requests = "~2, >=2.28"
+typing-extensions = "~4, >=4.5"
 
 [tool.poetry.group.dev]
 optional = true

Reply via email to