Skip to content

Commit 1ced6e7

Browse files
Remove specific version from README
1 parent 1a597f6 commit 1ced6e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kinesis_client = KinesisClient(...)
3838
# Do not use any version below 1.0.0
3939
# All available optional dependencies can be found in pyproject.toml.
4040
# See the "Managing dependencies" section below for more details.
41-
nypl-py-utils[kinesis-client,config-helper]==1.6.0
41+
nypl-py-utils[kinesis-client,config-helper]==1.x.y
4242
```
4343

4444
## Developing locally
@@ -64,7 +64,7 @@ The optional dependency sets also give the developer the option to manually list
6464
### Using PostgreSQLClient in an AWS Lambda
6565
Because `psycopg` requires a statically linked version of the `libpq` library, the `PostgreSQLClient` cannot be installed as-is in an AWS Lambda function. Instead, it must be packaged as follows:
6666
```bash
67-
pip install --target ./package nypl-py-utils[postgresql-client]==x.y.z
67+
pip install --target ./package nypl-py-utils[postgresql-client]==1.x.y
6868

6969
pip install \
7070
--platform manylinux2014_x86_64 \

0 commit comments

Comments
 (0)