edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

The official Python client library for EdgeDB

Results 146 edgedb-python issues
Sort by recently updated
recently updated
newest added

Hello, it seems that edgedb-python is broken is broken due to arguments changed in last version : ``` [crunch@wardesk musicbot (master)]$ poetry run edgedb-py -I musicbot-prod --dir musicbot/queries Found EdgeDB...

Hello everyone, I'm having trouble inserting JSON data serialized as a byte string into an EdgeDB query. I'm using the `orjson` library to serialize the JSON into a byte string,...

**Describe the bug** If an `.edgeql` contains a variable named `$query` codegen should raise an error or otherwise avoid the collision with the existing `query` argument of the `edgedb.AsyncIOExecutor.query()` method...

Currently if the output of two generated queries are the same the output type is re-used, though the name seems to fit the first function that used that type. This...

Obviously, this requires the `postgis` extension on the server side for tests to work. So we can only test and merge this once we decide how `postgis` extension is packaged,...

Add support for `sparsevec` and `halfvec`. `halfvec` is handled as a float array (converted from float32 to float16 or vice versa as needed). `sparsevec` is handled as a dict with...

**Describe the bug** I’ve been checking if our dependencies are ready for Python 3.13 before the release tomorrow and found that edgedb fails to build on Python 3.13 (currently 3.13.0rc3)....

Hello, I've noticed that your database connection documentation is outdated, which causes confusion for users like me. I kindly request that you update it with current connection parameters and descriptions....

``` .venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py:298: PydanticDeprecatedSince20: `json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.11/migration/ ```