File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def get_collection(collection):
44
44
with MongoClient (ODTP_MONGO_SERVER ) as client :
45
45
db = client [ODTP_MONGO_DB ]
46
46
cursor = db [collection ].find ({})
47
- return mongodb_utils .get_list_from_cursor (cursor )
47
+ return mongodb_utils .get_list_from_cursor (cursor )
48
48
49
49
50
50
def get_all_collections ():
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.md"
10
10
python = " ^3.11"
11
11
pydantic = " 2.5.2"
12
12
typer = " 0.9.0"
13
- pymongo = " 3.12.0 "
13
+ pymongo = " >=4.6.3 "
14
14
python-dotenv = " ^1.0.0"
15
15
boto3 = " ^1.33.13"
16
16
barfi = " ^0.7.0"
@@ -19,12 +19,12 @@ st-pages = "^0.4.5"
19
19
streamlit-card = " ^1.0.0"
20
20
pygwalker = " ^0.3.17"
21
21
streamlit-aggrid = " ^0.3.4.post3"
22
- nicegui = " 1.4.22 "
22
+ nicegui = " 1.4.24 "
23
23
directory-tree = " ^0.0.4"
24
24
25
25
[tool .poetry .group .dev .dependencies ]
26
26
pytest = " ^7.2.1"
27
- black = " ^23.12.1 "
27
+ black = " >=24.3.0 "
28
28
isort = " ^5.13.2"
29
29
30
30
[build-system ]
Original file line number Diff line number Diff line change 14
14
# List of packages required by this module
15
15
'pydantic==2.5.2' ,
16
16
'typer==0.9.0' ,
17
- 'pymongo==3.12.0'
17
+ 'pymongo>=4.6.3' ,
18
18
],
19
19
classifiers = [
20
20
# Trove classifiers
You can’t perform that action at this time.
0 commit comments