Skip to content

Commit 5614d31

Browse files
author
Peng Ren
committed
Update dependency
1 parent 5448bfa commit 5614d31

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ PyMongoSQL implements the DB API 2.0 interfaces to provide SQL-like access to Mo
4141
- **ANTLR4** (SQL Parser Runtime)
4242
- antlr4-python3-runtime >= 4.13.0
4343

44+
- **JMESPath** (JSON/Dict Path Query)
45+
- jmespath >= 1.0.0
46+
4447
### Optional Dependencies
4548

4649
- **SQLAlchemy** (for ORM/Core support)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ requires-python = ">=3.9"
3434
dependencies = [
3535
"pymongo>=4.15.0",
3636
"antlr4-python3-runtime>=4.13.0",
37+
"jmespath>=1.0.0",
3738
]
3839

3940
[project.optional-dependencies]

0 commit comments

Comments
 (0)